home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Data Base of the Video Yearbook 1995
/
Data Base of the Video Yearbook 1995 - Disc 2.iso
/
cosmos
/
panic.dir
/
00003.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-12-20
|
264 b
|
15 lines
on exitFrame
global mv, mh, mkname, dname
updateStage()
if soundBusy(1) = 0 then
puppetSound("panic.aiff")
end if
if the mouseH <> mh then
if the mouseV <> mv then
puppetSound(0)
go(mkname, dname)
end if
end if
go("main")
end